home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / uucp / atdialers / atdialHA28 < prev    next >
Encoding:
Text File  |  1997-08-26  |  1.3 KB  |  50 lines

  1. * atdialer default file for Hayes Accura 28.8
  2. * 96/05/28 john@armorycom
  3. *
  4. * &F    restore factory defaults
  5. * M0    turn off speaker
  6. * EO    turn off echo
  7. * T    use tone dialing
  8. * L0    low speaker volume
  9. * &D2    switch to command mode when DTR drops, hang up, disable auto-answer
  10. * &C1    set carrier detect when remote carrier detected
  11. * &Q5    Negotiate error control
  12. * S36=7    If error control negotiation fails, try ITU-T V.42 alternative
  13. *       protocol (MNP-compatible) connection.  If that fails, attempt standard
  14. *    async connection using speed buffering.
  15. * &K0    Enable RTS/CTS local flow control.
  16. * S50=240    Buffer upper limit = 240 chars
  17. * S0=1    enable auto-answer
  18. * S2=043    escape char = +
  19. * S48=7    Feature negotiation action = ???
  20. * S11=0    Duration of DTMF tones = ???
  21.  
  22. * Q0    Enable result codes
  23. * Z0    Reset, and restore user profile 0
  24. * H0    Hang up, and go to command state
  25. * Q1    disable result codes
  26.  
  27. MDM_SETUP=AT&FM0E0TL0&D2&C1&Q5S36=7&K3S50=240S0=1S2=043S48=7s11=0
  28. MDM_OPTION=
  29. MDM_DIALCMD=ATD
  30. MDM_ESCAPE=+++
  31. MDM_HANGUP=ATQ0H0
  32. MDM_RESET=ATQ0Z0
  33. MDM_DIALIN=ATS0=1Q1
  34. MDM_ATTN=AT
  35. MDM_DSBLESC=ATS2=128
  36. RTC_OK=OK
  37. RTC_NOCARR=NO CARRIER
  38. RTC_ERROR=ERROR
  39. RTC_NOTONE=NO DIALTONE
  40. RTC_BUSY=BUSY
  41. RTC_NOANS=NO ANSWER
  42. RTC_300=CONNECT
  43. RTC_1200=CONNECT 1200
  44. RTC_2400=CONNECT 2400
  45. RTC_4800=CONNECT 4800
  46. RTC_9600=CONNECT 9600
  47. RTC_19200=CONNECT 19200
  48. RTC_38400=CONNECT 38400
  49. STTY=-IXON -IXOFF -RTSFLOW -CTSFLOW ORTSFL
  50.